bin/show: Add --print-sizes option to show sizes metadata
authorDan Nicholson <nicholson@endlessm.com>
Thu, 24 Oct 2019 21:21:49 +0000 (15:21 -0600)
committerDan Nicholson <nicholson@endlessm.com>
Tue, 21 Jan 2020 03:46:31 +0000 (20:46 -0700)
commit97c831dd5fe509483939cdd40703a0ce8e0e9bfd
treec0c83257ab2ad9b5f068af961122e3dd74937c1e
parent260bcd11938be8fbe49846eff913206e5df4168a
bin/show: Add --print-sizes option to show sizes metadata

Use the new `ostree_commit_get_object_sizes()` API to read the
`ostree.sizes` commit metadata and print a summary.
Makefile-tests.am
bash/ostree
man/ostree-show.xml
src/ostree/ot-builtin-show.c
tests/test-pull-sizes.sh [new file with mode: 0755]